From cd2cd109e7db3a7e689c20b8991d41115ed5bea6 Mon Sep 17 00:00:00 2001 From: Doug Goldstein Date: Thu, 12 May 2016 10:29:29 -0500 Subject: [PATCH] xendriverdomain: use POSIX sh and not bash The script doesn't use any bash-isms and works fine with BusyBox's ash. Signed-off-by: Doug Goldstein Acked-by: Wei Liu Release-acked-by: Wei Liu --- tools/hotplug/Linux/init.d/xendriverdomain.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/hotplug/Linux/init.d/xendriverdomain.in b/tools/hotplug/Linux/init.d/xendriverdomain.in index 5fd4e9a0c3..8d4592a92a 100644 --- a/tools/hotplug/Linux/init.d/xendriverdomain.in +++ b/tools/hotplug/Linux/init.d/xendriverdomain.in @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh # # xendriverdomain Script to start services needed in a Xen driver domain # -- 2.30.2